PERFORM CHECKLIST FOR DRIVES
This command will output the available drives to a checklist.
PERFORM CHECKLIST FOR DRIVES
This command does not return a value.
The command provides a convenient way to store the available drives without using additional data structures, but does tie up the checklist when in use. Use the CHECKLIST commands in the SYSTEM command set to access the checklist.
cls
perform checklist for drives
for t=1 to checklist quantity()
print "drives= "+checklist string$(t)
next t
do
loop
end
FILE Commands Menu
Index